home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
mallcrawl.swf
/
scripts
/
DefineSprite_949
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-09-28
|
216b
|
14 lines
var text = "You passed level ";
switch(_global.MallCrawl.level)
{
case 1:
text += "one!";
break;
case 2:
text += "two!";
break;
case 3:
text += "three!";
}
stop();